func net.mapErr

9 uses

	net (current package)
		cgo_unix.go#L65: 		return zero, mapErr(ctx.Err())
		dial.go#L593: 			return nil, &OpError{Op: "dial", Net: sd.network, Source: sd.LocalAddr, Addr: ra, Err: mapErr(ctx.Err())}
		dnsclient_unix.go#L193: 			return dnsmessage.Parser{}, dnsmessage.Header{}, mapErr(err)
		fd_unix.go#L64: 			return nil, mapErr(ctx.Err())
		fd_unix.go#L113: 				ret = mapErr(ctxErr)
		fd_unix.go#L144: 				return nil, mapErr(ctx.Err())
		lookup.go#L349: 			Err:       mapErr(ctxErr).Error(),
		lookup.go#L693: 		return nil, mapErr(err)
		net.go#L426: func mapErr(err error) error {